Exclude numba-cuda 0.27.x instead of capping at <0.27.0#8180
Open
leofang wants to merge 2 commits intoNVIDIA:mainfrom
Open
Exclude numba-cuda 0.27.x instead of capping at <0.27.0#8180leofang wants to merge 2 commits intoNVIDIA:mainfrom
leofang wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
numba-cuda 0.27 broke cuda-cccl's use of context.call_internal() due to changes in internal calling conventions (NVIDIA/numba-cuda#717). The fix landed in numba-cuda 0.28.0 (NVIDIA/numba-cuda#782). Replace the <0.27.0 upper bound with !=0.27.* so that 0.28+ is allowed.
Contributor
Member
Author
|
/ok to test 3c6774d |
NaderAlAwar
approved these changes
Mar 26, 2026
Contributor
😬 CI Workflow Results🟥 Finished in 1h 38m: Pass: 64%/48 | Total: 13h 47m | Max: 54m 21sSee results here. |
Member
Author
CI failure analysisAll failures are caused by Failing tests (consistent across all configs):
Filed upstream: NVIDIA/numba-cuda#841 — Leo's bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
numba-cuda 0.27 broke
cuda-cccl's use ofcontext.call_internal()due to changes in internal calling conventions (NVIDIA/numba-cuda#717). The fix landed in numba-cuda 0.28.0 (NVIDIA/numba-cuda#782).This replaces the
<0.27.0upper bound with!=0.27.*so that 0.28+ is allowed while still excluding the broken 0.27.x series.References
CallConvfromCUDAContexttoFunctionDescriptornumba-cuda#717_compile_subroutine_no_cachewhen compiling top-level function for C ABI numba-cuda#781Checklist